home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / English.lproj / BookmarksWindow.toolbar next >
Text File  |  2005-10-24  |  1KB  |  32 lines

  1. {
  2.     allowedItemIdentifiers = (
  3.         ViewLinks, Info, SiteInfo, NSToolbarSeparatorItem, NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem
  4.     ); 
  5.     defaultItemIdentifiers = (
  6.        NSToolbarFlexibleSpaceItem, Info, SiteInfo
  7.     ); 
  8.     itemInfoByIdentifier = {
  9.         ViewLinks = {
  10.             action = "viewAsBookmarks:"; 
  11.             imageName = ViewLinks; 
  12.             label = "View Links"; 
  13.             paletteLabel = "View Links"; 
  14.             toolTip = "Opens a bookmarks window containing the links on this page"; 
  15.         }; 
  16.         Info = {
  17.             target = firstResponder;
  18.             action = "togglePageInfo:"; 
  19.             imageName = Inspector; 
  20.             label = Info; 
  21.             paletteLabel = "Page Info"; 
  22.             toolTip = "Toggles the Page Info inspector"; 
  23.         }; 
  24.         SiteInfo = {
  25.             action = "toggleSitePreferences:";
  26.             imageName = "SitePreferences";
  27.             label = "Site Preferences";
  28.             paletteLabel = "Site Preferences";
  29.             toolTip = "Toggle the Site Preferences inspector";
  30.         };
  31.    }; 
  32. }